home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 9 / FM Towns Free Software Collection 9.iso / t_os / tool / artemis / artsrc1 / linenum.awk < prev    next >
Encoding:
Text File  |  1994-11-16  |  64 b   |  6 lines

  1. {lnum++;}
  2.  
  3. $0 ~ /[{}]/ {
  4.     printf("%6d: %s\n", lnum, $0);
  5. }
  6.